home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13622 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: li.net!usenet
  2. From: bsilvern@li.net (Bob Silvern)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ v4.02; "Error: Cannot create process."
  5. Date: Tue, 26 Mar 1996 16:27:58 GMT
  6. Organization: Harmony Graphics
  7. Message-ID: <4j95vn$iee@linet06.li.net>
  8. References: <Doq0Co.M2B@firewall.tasb.org>
  9. NNTP-Posting-Host: lisuser65.li.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. bhunt@soft.warehouse.nf.ca (Brian M. Hunt) wrote:
  13.  
  14. >Dear All,
  15.  
  16. >    Could someone please tell me why Borland C++ v4.02 returns the error in the
  17. >subject: "Cannot create process," after compiling and linking any given
  18. >program.  The executable is created, and works ( not without all the necessary
  19. >Borland C++ .LIB files ) with the debugger and browser, but refuses to
  20. >actually execute.
  21.  
  22. >    Any help would be appreciated, noting that I am using Windows 95, although
  23. >some months ago I had BCv4.0 working, but it refuses to work now, without
  24. >explanation.
  25.  
  26. >Thanks & TTYL,
  27. >Brian
  28.  
  29. I used to get that error frequenctly with  Borland C++ v4.02 under Windows
  30. 3.11.  I beleive it was a memory leak in the compiler or linker which
  31. eventually ate up all of the available memory below 1 MB which is required to
  32. start a new process, because I could make it happen just by doing four or five
  33. makes without even running my program.  I have not seen this problem since I
  34. switched to Windows 95.
  35.  
  36. It helps to load any real mode devices drivers into high memory if possible,
  37. giving the leak more low memory to eat up before it dies.
  38.  
  39. I Hope this is fixed in BC 5.0, but don't hold your breath.
  40.  
  41.  
  42.  
  43.